home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / Library / Grant's CGI Framework / Grant's CGI Framework / grantscgi / Startup / Startup.h < prev   
Encoding:
C/C++ Source or Header  |  1996-09-20  |  484 b   |  26 lines

  1. #pragma once
  2. /*****
  3.  *
  4.  *    startup.h
  5.  *
  6.  *    This is a support file for "Grant's CGI Framework".
  7.  *    Please see the license agreement that accompanies the distribution package
  8.  *    for licensing details.
  9.  *
  10.  *    Copyright ©1995,1996 by Grant Neufeld
  11.  *    grant@acm.com
  12.  *    http://arpp.carleton.ca/cgi/framework/
  13.  *
  14.  *****/
  15.  
  16. /***  FUNCTION PROTOTYPES  ***/
  17.  
  18.     #if kCompilingForWSAPI
  19.     long    StartupWSAPI        ( WSAPI_CommandPBPtr );
  20.     #else
  21.     void    StartupApplication    ( void );
  22.     #endif
  23.  
  24.  
  25. /***** EOF *****/
  26.